home *** CD-ROM | disk | FTP | other *** search
/ Celestin Apprentice 4 / Apprentice-Release4.iso / Languages / Prograph Classic 2.6.1 / Examples / Gestalt Class / Gestalt Class.ReadMe < prev   
Encoding:
Text File  |  1995-09-28  |  1.3 KB  |  27 lines  |  [TEXT/ttxt]

  1. Example:                        Gestalt Class
  2. Written by:                    Garth Smedley, Pictorius Incorporated
  3.                                      Ehric Ho, TGS Systems
  4. Updated for 2.6.1 by:         The Tech Support Team, Pictorius Incorporated
  5.  
  6. Contents:     Gestalt Class.pgs
  7.                     Gestalt Class ReadMe
  8.  
  9. New Classes:
  10.                                         Gestalt
  11.  
  12. Needs Prograph Extensions:
  13.                                         The default configuration of your 'Prograph Extensions' folder.
  14.  
  15. Needs Libraries to Compile:
  16.                    Library 2.6
  17.  
  18. Description
  19. -----------
  20. The Gestalt Manager is the System 7.0 ( and late System 6 ) way of getting information about the Macintosh operating environment. It can tell you whether balloon help is available, whether 32-bit addressing is on, whether the machine is capable of sound input, and many other things too numerous to mention. Chapter 3 of volume VI of Inside Macintosh describes the Gestalt Manager in detail.
  21.  
  22. The Gestalt Class hides the details of using the Gestalt Manager. It contains a method for testing whether Gestalt itself is available and several example methods. The "Sound" and "Process Type" methods can be used as examples for getting whatever information you require from Gestalt.
  23.  
  24. How to Use in Your Program
  25. -------------------------
  26. Simply load the "Gestalt" class into your file.  
  27.